| Visual Basic (Declaration) | |
|---|---|
Public Overloads MustOverride Sub SetStates( _ ByVal constellation As CustomModulationConstellation, _ ByVal states() As CustomModulationState _ ) | |
| C# | |
|---|---|
public abstract void SetStates( CustomModulationConstellation constellation, CustomModulationState[] states ) | |
| C++/CLI | |
|---|---|
public: abstract void SetStates( CustomModulationConstellation constellation, array<CustomModulationState^>^ states ) | |
Parameters
- constellation
- Constellation format the imported IQ data and symbols should be treated as.
- states
- Constellation states describing this custom modulation.\
| Exception | Description |
|---|---|
| System.ArgumentException | Throws exception if arguments are malformed or if constellation states are not valid. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)